Class symantec.itools.awt.LabelHTMLLink
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.LabelHTMLLink

Object
   |
   +----Component
           |
           +----Canvas
                   |
                   +----ButtonBase
                           |
                           +----LabelButton
                                   |
                                   +----symantec.itools.awt.LabelHTMLLink

public class LabelHTMLLink
extends LabelButton
Note: LabelHTMLLink is deprecated. All classes that extend ButtonBase, now contain HTML URL link capabilities. Use LabelButton instead.

Version:
1.1, July 9, 1997
Author:
Symantec

Variable Index

 o url

Constructor Index

 o symantec.itools.awt.LabelHTMLLink()
Constructs a LabelHTMLLink object.

Method Index

 o getURL()
 o setURL(URL)

Variables

 o url
protected java.net.URL url

Note: url is deprecated.

See Also:
linkURL

Constructors

 o LabelHTMLLink
public LabelHTMLLink()
Constructs a LabelHTMLLink object.

Methods

 o getURL
public java.net.URL getURL()
Note: getURL() is deprecated.

See Also:
getLinkURL
 o setURL
public void setURL(URL u) throws PropertyVetoException
Note: setURL() is deprecated.

Throws: PropertyVetoException
if the specified property value is unacceptable
See Also:
setLinkURL

All Packages  Class Hierarchy  This Package  Previous  Next  Index